[INFO] fetching crate polsim 0.1.2...
[INFO] checking polsim-0.1.2 against try#163937523761cc0def32f1ba9ed63fdf65ad3478 for pr-156749
[INFO] extracting crate polsim 0.1.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate polsim 0.1.2
[INFO] finished tweaking crates.io crate polsim 0.1.2
[INFO] tweaked toml for crates.io crate polsim 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate polsim 0.1.2 on toolchain 163937523761cc0def32f1ba9ed63fdf65ad3478
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 125 packages to latest compatible versions
[INFO] [stderr]       Adding assert_approx_eq v1.0.0 (available: v1.1.0)
[INFO] [stderr]       Adding num v0.2.1 (available: v0.4.3)
[INFO] [stderr]       Adding prettytable-rs v0.8.0 (available: v0.10.0)
[INFO] [stderr]       Adding proptest v0.8.7 (available: v1.11.0)
[INFO] [stderr]       Adding quicli v0.3.1 (available: v0.4.0)
[INFO] [stderr]       Adding toml v0.4.10 (available: v1.1.2+spec-1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `polsim` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 05b6437d025504062274bc238b4fcfee3d703989ae624002c1e03745d3c0fe5a
[INFO] running `Command { std: "docker" "start" "05b6437d025504062274bc238b4fcfee3d703989ae624002c1e03745d3c0fe5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05b6437d025504062274bc238b4fcfee3d703989ae624002c1e03745d3c0fe5a" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05b6437d025504062274bc238b4fcfee3d703989ae624002c1e03745d3c0fe5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05b6437d025504062274bc238b4fcfee3d703989ae624002c1e03745d3c0fe5a" "/opt/rustwide/cargo-home/bin/cargo" "+163937523761cc0def32f1ba9ed63fdf65ad3478" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `polsim` (manifest) generated 1 warning
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]    Compiling libm v0.1.4
[INFO] [stderr]    Compiling matrixmultiply v0.1.15
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking rawpointer v0.1.0
[INFO] [stderr]     Checking generic-array v0.11.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking term v0.5.2
[INFO] [stderr]     Checking encode_unicode v0.3.6
[INFO] [stderr]     Checking glob v0.2.11
[INFO] [stderr]     Checking assert_approx_eq v1.0.0
[INFO] [stderr]     Checking prettytable-rs v0.8.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.2.4
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking alga v0.7.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking proptest v0.8.7
[INFO] [stderr]     Checking nalgebra v0.16.14
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]     Checking num-rational v0.2.4
[INFO] [stderr]     Checking structopt v0.2.18
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking env_logger v0.5.13
[INFO] [stderr]     Checking failure v0.1.8
[INFO] [stderr]     Checking clap-verbosity-flag v0.1.0
[INFO] [stderr]     Checking quicli v0.3.1
[INFO] [stderr]     Checking polarization v0.2.0
[INFO] [stderr]     Checking polsim v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/errors.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / error_chain! {
[INFO] [stdout]  2 | |     types {
[INFO] [stdout]  3 | |         Error, ErrorKind, ResultExt, Result;
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `has_error_description_deprecated`
[INFO] [stdout]   --> src/errors.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / error_chain! {
[INFO] [stdout]  2 | |     types {
[INFO] [stdout]  3 | |         Error, ErrorKind, ResultExt, Result;
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `impl_error_chain_processed` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.08s
[INFO] running `Command { std: "docker" "inspect" "05b6437d025504062274bc238b4fcfee3d703989ae624002c1e03745d3c0fe5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05b6437d025504062274bc238b4fcfee3d703989ae624002c1e03745d3c0fe5a", kill_on_drop: false }`
[INFO] [stdout] 05b6437d025504062274bc238b4fcfee3d703989ae624002c1e03745d3c0fe5a
